projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53dd1d5
)
(sc-version): Use emacs-version rather than sc-version.
author
Glenn Morris
<rgm@gnu.org>
Wed, 28 Nov 2007 05:32:47 +0000
(
05:32
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 28 Nov 2007 05:32:47 +0000
(
05:32
+0000)
lisp/mail/supercite.el
patch
|
blob
|
history
diff --git
a/lisp/mail/supercite.el
b/lisp/mail/supercite.el
index 412b5d6a4c8e1a5f5db2be8677260f479acdb889..c0e581c0310a835467ccae573da19b085cff6631 100644
(file)
--- a/
lisp/mail/supercite.el
+++ b/
lisp/mail/supercite.el
@@
-2004,7
+2004,7
@@
cited."
If MESSAGE is non-nil (interactively, with no prefix argument),
inserts the version string in the current buffer instead."
(interactive (not current-prefix-arg))
- (let ((verstr (format "Using Supercite.el %s"
sc
-version)))
+ (let ((verstr (format "Using Supercite.el %s"
emacs
-version)))
(if message
(message verstr)
(insert "`sc-version' says: " verstr))))